Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / CommonNumericUpDown<T> Class / ParsingNumberStyle Property


    ParsingNumberStyle Property (CommonNumericUpDown<T>)
    Gets or sets a value representing the number style of the numeric up-down control.
    Syntax
    'Declaration
     
    Public Property ParsingNumberStyle As NumberStyles
     
    'Usage
     
    Dim instance As CommonNumericUpDown(Of T)
    Dim value As NumberStyles
     
    instance.ParsingNumberStyle = value
     
    value = instance.ParsingNumberStyle

    Property Value

    A NumberStyles value representing the number style of the numeric up-down control.

    Remarks
    This will allow finer control of acceptable input values. Users will be able to support hexadecimal input, for example.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also